home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / disk / misc / xfs208b.lha / xfs208_beta / mount.file < prev    next >
Text File  |  1997-11-09  |  2KB  |  66 lines

  1. /*
  2.  *  just a simple example of using the file.device
  3.  *  to access disk image files as filesystems
  4.  */
  5.  
  6. FILE_DF0:
  7.  Device     = file.device ; Unit = 0 ; Flags  = 0
  8.  LowCyl     = 0;  HighCyl = 79
  9.  Surfaces   = 2 ; BlocksPerTrack = 11
  10.  Reserved   = 2 ; Interleave = 0
  11.  /* SecOrg  = 1 */
  12.  Buffers    = 5 ; BufMemType = 0
  13.  Stacksize  = 8000
  14.  Priority   = 5
  15.  GlobVec    = -1
  16.  DosType    = 0x444F5300 /* 'DOS\x00' */
  17.  Mount      = 1;
  18. #
  19. FILE_DF1:
  20.  Device     = file.device ; Unit = 1 ; Flags  = 0
  21.  LowCyl     = 0;  HighCyl = 79
  22.  Surfaces   = 2 ; BlocksPerTrack = 22
  23.  Reserved   = 2 ; Interleave = 0
  24.  /* SecOrg  = 1 */
  25.  Buffers    = 5 ; BufMemType = 0
  26.  Stacksize  = 8000
  27.  Priority   = 5
  28.  GlobVec    = -1
  29.  DosType    = 0x444F5300 /* 'DOS\x00' */
  30.  Mount      = 1;
  31. #
  32. FILE_A:
  33. /*
  34.  FileSystem = L:MSDOSFileSystem
  35. */
  36.  FileSystem = L:CrossDOSFileSystem
  37.  Device     = file.device ; Unit = 0 ; Flags  = 0
  38.  LowCyl     = 0;  HighCyl = 79
  39.  Surfaces   = 2 ; BlocksPerTrack = 9
  40.  Reserved   = 1 ; Interleave = 0; PreAlloc = 0
  41.  /* SecOrg  = 1 */
  42.  Buffers    = 5 ; BufMemType = 0
  43.  Stacksize  = 4000
  44.  Priority   = 5
  45.  GlobVec    = -1
  46.  DosType    = 0x4D534400 /* 'MSD\x00' */
  47.  Mount      = 1;
  48. #
  49. FILE_B:
  50. /*
  51.  FileSystem = L:MSDOSFileSystem
  52. */
  53.  FileSystem = L:CrossDOSFileSystem
  54.  Device     = file.device ; Unit = 1 ; Flags  = 0
  55.  LowCyl     = 0;  HighCyl = 79
  56.  Surfaces   = 2 ; BlocksPerTrack = 9
  57.  Reserved   = 1 ; Interleave = 0; PreAlloc = 0
  58.  /* SecOrg  = 1 */
  59.  Buffers    = 5 ; BufMemType = 0
  60.  Stacksize  = 4000
  61.  Priority   = 5
  62.  GlobVec    = -1
  63.  DosType    = 0x4D534400 /* 'MSD\x00' */
  64.  Mount      = 1;
  65. #
  66.